Q3Point_SetData
You can use theQ3Point_SetData
function to set the data that defines a point object and its attributes.
TQ3Status Q3Point_SetData ( TQ3GeometryObject point, const TQ3PointData *pointData);
point
- A point.
pointData
- A pointer to a
TQ3PointData
structure.DESCRIPTION
TheQ3Point_SetData
function sets the data associated with the point specified by thepoint
parameter to the data specified by thepointData
parameter.